projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7863d62
)
* xdisp.c (get_glyph_string_clip_rect): Removed ; at end of #endif
author
Jan Djärv
<jan.h.d@swipnet.se>
Sun, 23 Mar 2003 01:03:23 +0000
(
01:03
+0000)
committer
Jan Djärv
<jan.h.d@swipnet.se>
Sun, 23 Mar 2003 01:03:23 +0000
(
01:03
+0000)
src/ChangeLog
patch
|
blob
|
history
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index bad3aee29253b296fc0d513f7d93483b0ae1e4d4..3ee8cce1a3ea4fa9b9030ad3e97ae8741314549f 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,5
+1,7
@@
2003-03-23 Jan Dj
\e
,Ad
\e
(Brv <jan.h.d@swipnet.se>
+ * xdisp.c (get_glyph_string_clip_rect): Removed ; at end of #endif
+
* gtkutil.h: Take two more arguments to xg_update_scrollbar_pos.
(XG_SB_RANGE): New define.
diff --git
a/src/xdisp.c
b/src/xdisp.c
index e7ea150b098dc794bbebbc225ad31520d8693198..b8f8e03abc273d923b2ca1ab802026c8f337269a 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-1710,7
+1710,7
@@
get_glyph_string_clip_rect (s, nr)
CONVERT_FROM_XRECT (r, *nr);
#else
*nr = r;
-#endif
;
+#endif
}
#endif /* HAVE_WINDOW_SYSTEM */